runtime.stackObjectBuf.obj (field)
8 uses
runtime (current package)
mgcmark.go#L898: obj := &x.obj[i]
mgcstack.go#L128: obj [(_WorkbufSize - unsafe.Sizeof(stackObjectBufHdr{})) / unsafe.Sizeof(stackObject{})]stackObject
mgcstack.go#L281: if x.nobj > 0 && uint32(addr-s.stack.lo) < x.obj[x.nobj-1].off+x.obj[x.nobj-1].size {
mgcstack.go#L284: if x.nobj == len(x.obj) {
mgcstack.go#L292: obj := &x.obj[x.nobj]
mgcstack.go#L319: root = &x.obj[idx]
mgcstack.go#L321: if idx == len(x.obj) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |